Using pydicom
Which of the following can we use pydicom to extract?
A patient's age
A patient's ID
A radiologist's findings
DICOM Study ID number
Screening the DICOM Header
Let's say you have an algorithm that detects bone fractures in the foot. You know that often, x-ray studies have multiple series in them and that each series shows an image of a different body part. Which part of the DICOM header could you use for pre-ML screening to make sure that your ML algorithm only processes the relevant image?
Imaging modality
Patient Age
Body Part Examined
Series ID
Next Concept